-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resource_control: update static calibrate params #43541
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Skipping CI for Draft Pull Request. |
Signed-off-by: husharp <jinhao.hu@pingcap.com>
@glorv @CabinfeverB @nolouch PTAL, thx! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why need change them?
|
/review default |
Pull Request SummaryTitle: Resource control: update static calibrate params PR Description: This PR aims to solve issue #43212. The key changes are the updates in calibration constants for several workloads. The new test data now generally plays full tikv and may be slightly more accurate. This also fixes a calculation error in the CPU formula, which was missing the factor of 1000 to obtain ms. Some formatting updates have been made along with a few comments. Tests:
Release Note:
Diff+ Various calibration constant updates
+ CPU now multiplied by 1000 to convert into ms
+ Fixed comment typo and formatting issues ReviewThe PR updates calibration parameters for several workloads, making them more accurate as a result of playing full tikv. Additionally, the CPU formula calculation was fixed by multiplying it with 1000 to obtain the correct unit. Formatting issues and comment typos were also corrected. Overall, the changes seem appropriate and should improve the performance monitoring and calibration procedure for TiDB. Potential Problems
Suggestions
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #43541 +/- ##
================================================
+ Coverage 73.4725% 73.4796% +0.0071%
================================================
Files 1190 1190
Lines 372738 373419 +681
================================================
+ Hits 273860 274387 +527
- Misses 81273 81446 +173
+ Partials 17605 17586 -19 |
@HuSharp: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
maybe stale data |
What problem does this PR solve?
Issue Number: ref #43212
Problem Summary:
What is changed and how it works?
Check List
Tests
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.